summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/navigatr.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:44:36 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:44:36 +0000
commitee59bc8ab051924a75f67dd0e23f21666d2f772f (patch)
tree46f909f65e5d12aa2240d3bc868be608f7b7dba1 /sd/source/ui/inc/navigatr.hxx
parent728fa5298b663b058b5aaedb9bf0019e2db78c23 (diff)
INTEGRATION: CWS sdwarningsbegone (1.12.316); FILE MERGED
2006/11/22 12:42:04 cl 1.12.316.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/navigatr.hxx')
-rw-r--r--sd/source/ui/inc/navigatr.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx
index 6ae7d9a07650..59508c16d501 100644
--- a/sd/source/ui/inc/navigatr.hxx
+++ b/sd/source/ui/inc/navigatr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: navigatr.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:46:15 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:44:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@ class SdPageNameControllerItem;
class NavDocInfo
{
public:
- NavDocInfo() { pDocShell = NULL; }
+ NavDocInfo() { mpDocShell = NULL; }
BOOL HasName() { return( (BOOL) bName ); }
BOOL IsActive() { return( (BOOL) bActive ); }
@@ -101,7 +101,7 @@ private:
friend class SdNavigatorWin;
BOOL bName : 1;
BOOL bActive : 1;
- ::sd::DrawDocShell* pDocShell;
+ ::sd::DrawDocShell* mpDocShell;
};
//------------------------------------------------------------------------
@@ -125,7 +125,7 @@ public:
BOOL InsertFile(const String& rFileName);
NavigatorDragType GetNavigatorDragType();
- void SetNavigatorDragType(NavigatorDragType eType) { eDragType = eType; }
+ void SetNavigatorDragType(NavigatorDragType eType) { meDragType = eType; }
protected:
virtual void Resize();
@@ -137,21 +137,21 @@ private:
friend class SdNavigatorControllerItem;
friend class SdPageNameControllerItem;
- ToolBox aToolbox;
- SdPageObjsTLB aTlbObjects;
- ListBox aLbDocs;
-
- ::sd::NavigatorChildWindow* pChildWinContext;
- Size aSize;
- Size aMinSize;
- Size aFltWinSize;
- BOOL bDocImported;
- String aDropFileName;
- NavigatorDragType eDragType;
- List* pDocList;
- SfxBindings* pBindings;
- SdNavigatorControllerItem* pNavigatorCtrlItem;
- SdPageNameControllerItem* pPageNameCtrlItem;
+ ToolBox maToolbox;
+ SdPageObjsTLB maTlbObjects;
+ ListBox maLbDocs;
+
+ ::sd::NavigatorChildWindow* mpChildWinContext;
+ Size maSize;
+ Size maMinSize;
+// Size maFltWinSize;
+ BOOL mbDocImported;
+ String maDropFileName;
+ NavigatorDragType meDragType;
+ List* mpDocList;
+ SfxBindings* mpBindings;
+ SdNavigatorControllerItem* mpNavigatorCtrlItem;
+ SdPageNameControllerItem* mpPageNameCtrlItem;
ImageList maImageList;
ImageList maImageListH;