summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/romenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/docvw/romenu.hxx')
-rw-r--r--sw/source/ui/docvw/romenu.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/docvw/romenu.hxx b/sw/source/ui/docvw/romenu.hxx
index 56f5ba74386c..557b88d8cec0 100644
--- a/sw/source/ui/docvw/romenu.hxx
+++ b/sw/source/ui/docvw/romenu.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,14 +45,14 @@ class SwReadOnlyPopup : public PopupMenu
const SvxBrushItem *pItem;
const Point &rDocPos;
Graphic aGraphic;
- String sURL,
+ String sURL,
sTargetFrameName,
sDescription,
sGrfName;
- List aThemeList;
- BOOL bGrfToGalleryAsLnk;
- ImageMap* pImageMap;
- INetImage* pTargetURL;
+ List aThemeList;
+ BOOL bGrfToGalleryAsLnk;
+ ImageMap* pImageMap;
+ INetImage* pTargetURL;
void Check( USHORT nMID, USHORT nSID, SfxDispatcher &rDis );
String SaveGraphic( USHORT nId );
@@ -62,7 +62,7 @@ class SwReadOnlyPopup : public PopupMenu
public:
SwReadOnlyPopup( const Point &rDPos, SwView &rV );
~SwReadOnlyPopup();
-
+
void Execute( Window* pWin, const Point &rPPos );
void Execute( Window* pWin, USHORT nId );
};