summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgole.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgole.hxx')
-rw-r--r--sot/source/sdstor/stgole.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sot/source/sdstor/stgole.hxx b/sot/source/sdstor/stgole.hxx
index c1088633be0b..6bd89147b97d 100644
--- a/sot/source/sdstor/stgole.hxx
+++ b/sot/source/sdstor/stgole.hxx
@@ -42,14 +42,14 @@ public:
class StgCompObjStream : public StgInternalStream
{
- ClsId aClsId;
- OUString aUserName;
- SotClipboardFormatId nCbFormat;
+ ClsId m_aClsId;
+ OUString m_aUserName;
+ SotClipboardFormatId m_nCbFormat;
public:
StgCompObjStream( BaseStorage&, bool );
- ClsId& GetClsId() { return aClsId; }
- OUString& GetUserName() { return aUserName; }
- SotClipboardFormatId& GetCbFormat() { return nCbFormat; }
+ ClsId& GetClsId() { return m_aClsId; }
+ OUString& GetUserName() { return m_aUserName; }
+ SotClipboardFormatId& GetCbFormat() { return m_nCbFormat; }
bool Load();
bool Store();
};