diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-25 14:30:16 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-25 15:04:47 +0200 |
commit | 4f1b0e0e32f21485ba1a5358214e206cd836e4e2 (patch) | |
tree | d780e2824bff82c0da49ebcec88a67677795d8d7 | |
parent | 426b940a9420f3ee48e546168d55cb39237ada0c (diff) |
remove spurious com::sun::star::script prefix
Change-Id: I66fc14d1f26da0c91a455b0f63bde31210566c2c
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 04548d553554..14b7982a211c 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -441,7 +441,7 @@ public: inline SfxViewShell *GetSfxViewShell() { return mpSfxViewShell; } inline void SetSfxViewShell(SfxViewShell *pNew) { mpSfxViewShell = pNew; } - // Selection of Draw ::com::sun::star::script::Engine has been changed. + // Selection of Draw Engine has been changed. virtual void DrawSelChanged(); SwPagePreviewLayout* PagePreviewLayout(); |