summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/TextObjectBar.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:39:12 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:39:12 +0000
commit6c1bc3ec72982a439522d5272854440a43383a4f (patch)
treef1125ad2d7e75f3958b8a4cec8c95998d4aee5e9 /sd/source/ui/inc/TextObjectBar.hxx
parentf636bbbd59121b81e3d517231d48e0390b6e8a59 (diff)
INTEGRATION: CWS sdwarningsbegone (1.4.182); FILE MERGED
2006/11/22 12:42:02 cl 1.4.182.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/TextObjectBar.hxx')
-rw-r--r--sd/source/ui/inc/TextObjectBar.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sd/source/ui/inc/TextObjectBar.hxx b/sd/source/ui/inc/TextObjectBar.hxx
index 6344b58b6126..c5f58905cafd 100644
--- a/sd/source/ui/inc/TextObjectBar.hxx
+++ b/sd/source/ui/inc/TextObjectBar.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TextObjectBar.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-03-21 17:27:56 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:39:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,7 @@ class TextObjectBar
{
public:
TYPEINFO();
- SFX_DECL_INTERFACE(SD_IF_SDDRAWTEXTOBJECTBAR);
+ SFX_DECL_INTERFACE(SD_IF_SDDRAWTEXTOBJECTBAR)
TextObjectBar (
ViewShell* pSdViewShell,
@@ -75,9 +75,8 @@ public:
virtual void Command( const CommandEvent& rCEvt );
private:
- SfxItemPool& rPool;
- ViewShell* pViewShell;
- ::sd::View* pView;
+ ViewShell* mpViewShell;
+ ::sd::View* mpView;
};
} // end of namespace sd