lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master e6271b3 4/6: Move a couple lines of documenta


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e6271b3 4/6: Move a couple lines of documentation
Date: Thu, 23 Aug 2018 19:59:30 -0400 (EDT)

branch: master
commit e6271b3c5af8702808d3be29638703a8a97d5fb2
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Move a couple lines of documentation
---
 report_table.hpp       | 3 ---
 wx_table_generator.cpp | 2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/report_table.hpp b/report_table.hpp
index f650fe4..9739e2f 100644
--- a/report_table.hpp
+++ b/report_table.hpp
@@ -93,9 +93,6 @@ class LMI_SO table_column_info
   public:
     // PDF !! Modified directly by set_column_widths(), hence neither
     // private nor const.
-    //
-    // Width in pixels. Because the wxPdfDC uses wxMM_POINTS, each
-    // pixel is one point = 1/72 inch.
     int col_width_;
 
   private:
diff --git a/wx_table_generator.cpp b/wx_table_generator.cpp
index 65da983..ac9a20c 100644
--- a/wx_table_generator.cpp
+++ b/wx_table_generator.cpp
@@ -31,6 +31,8 @@
 
 // Default size of various characters for illustrations and group quotes:
 //   'M' 7pt; 'N' 6pt; '1' 4pt; '9' 4pt; ',' 2pt
+// Widths are in pixels. Because the wxPdfDC uses wxMM_POINTS, each pixel
+// is one point = 1/72 inch.
 
 wx_table_generator::wx_table_generator
     (group_quote_style_tag                 // tag not referenced



reply via email to

[Prev in Thread] Current Thread [Next in Thread]