summaryrefslogtreecommitdiff
path: root/sw/inc/viewsh.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-22 15:14:13 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 15:19:17 +0300
commita537db8762d93009651d48b9b6a1782eaa842866 (patch)
tree4372fcf354b9cb0e9b881aac07e8d17bb6984b34 /sw/inc/viewsh.hxx
parented445d95eda257aef5efeb4ed55ceb43a00b8343 (diff)
Bin useless swmod comments
Change-Id: I65df74242453a907b1a1a50f391e7b017bec5fcb
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r--sw/inc/viewsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index a106b9657afb..312e56370f9f 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -26,7 +26,7 @@
#include <swtypes.hxx>
#include <ring.hxx>
#include <swrect.hxx>
-#include <boost/shared_ptr.hpp> // swmod 080115
+#include <boost/shared_ptr.hpp>
#include <stack>
#include <vcl/mapmod.hxx>
#include <vcl/print.hxx>
@@ -92,7 +92,7 @@ enum FrameControlType
// Define for flags needed in ctor or layers below.
// Currently the Preview flag is needed for DrawPage.
#define VSHELLFLAG_ISPREVIEW ((long)0x1)
-#define VSHELLFLAG_SHARELAYOUT ((long)0x2)//swmod 080125 flag
+#define VSHELLFLAG_SHARELAYOUT ((long)0x2)
typedef boost::shared_ptr<SwRootFrm> SwRootFrmPtr;
class SW_DLLPUBLIC ViewShell : public Ring
@@ -273,7 +273,7 @@ public:
// Invalidate first visible page for all Shells in ring.
void SetFirstVisPageInvalid();
- SwRootFrm *GetLayout() const;// swmod 080116
+ SwRootFrm *GetLayout() const;
sal_Bool IsNewLayout() const; // Has Layout been loaded or created?
Size GetDocSize() const; // Get document size.