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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/docvw/romenu.hxx b/sw/source/ui/docvw/romenu.hxx
index 2d60689c6854..db532a709264 100644
--- a/sw/source/ui/docvw/romenu.hxx
+++ b/sw/source/ui/docvw/romenu.hxx
@@ -53,12 +53,12 @@ class SwReadOnlyPopup : public PopupMenu
sDescription,
sGrfName;
List aThemeList;
- BOOL bGrfToGalleryAsLnk;
+ sal_Bool bGrfToGalleryAsLnk;
ImageMap* pImageMap;
INetImage* pTargetURL;
- void Check( USHORT nMID, USHORT nSID, SfxDispatcher &rDis );
- String SaveGraphic( USHORT nId );
+ void Check( sal_uInt16 nMID, sal_uInt16 nSID, SfxDispatcher &rDis );
+ String SaveGraphic( sal_uInt16 nId );
using PopupMenu::Execute;
@@ -67,7 +67,7 @@ public:
~SwReadOnlyPopup();
void Execute( Window* pWin, const Point &rPPos );
- void Execute( Window* pWin, USHORT nId );
+ void Execute( Window* pWin, sal_uInt16 nId );
};