summaryrefslogtreecommitdiff
path: root/include/sot/storinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/storinfo.hxx')
-rw-r--r--include/sot/storinfo.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/include/sot/storinfo.hxx b/include/sot/storinfo.hxx
index ad1e185e1986..213e6635b494 100644
--- a/include/sot/storinfo.hxx
+++ b/include/sot/storinfo.hxx
@@ -31,11 +31,11 @@ class SvStream;
class SvStorageInfo
{
-friend class SotStorage;
+ friend class SotStorage;
OUString aName;
sal_uLong nSize;
bool bStream;
- bool bStorage;
+ bool bStorage;
public:
SvStorageInfo(const StgDirEntry&);
@@ -44,9 +44,10 @@ public:
, nSize(nSz)
, bStream(!bIsStorage)
, bStorage(bIsStorage)
- {}
+ {
+ }
- const OUString & GetName() const { return aName; }
+ const OUString& GetName() const { return aName; }
bool IsStream() const { return bStream; }
bool IsStorage() const { return bStorage; }
sal_uLong GetSize() const { return nSize; }
@@ -54,8 +55,8 @@ public:
typedef std::vector<SvStorageInfo> SvStorageInfoList;
-SotClipboardFormatId ReadClipboardFormat(SvStream & rStm);
-SOT_DLLPUBLIC void WriteClipboardFormat(SvStream & rStm, SotClipboardFormatId nFormat);
+SotClipboardFormatId ReadClipboardFormat(SvStream& rStm);
+SOT_DLLPUBLIC void WriteClipboardFormat(SvStream& rStm, SotClipboardFormatId nFormat);
#endif // _STORINFO_HXX