summaryrefslogtreecommitdiff
path: root/shell/inc/internal/thumbviewer.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 06:59:08 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 06:59:08 +0000
commitea95da2ba55d9f13cad2acaaad6f1dc8bf4f3263 (patch)
tree7106b2e2fededb049d6ab208e3a80e0b0b141341 /shell/inc/internal/thumbviewer.hxx
parent6a57445dc44300d9cc8fba83f20b67908c6fa95a (diff)
INTEGRATION: CWS desktintgr03 (1.2.2); FILE MERGED
2004/10/05 06:49:48 tra 1.2.2.2: #i34982#save the unicode variant of the file name provided in the Load method 2004/09/22 13:33:40 tra 1.2.2.1: #i34329#added member signet_
Diffstat (limited to 'shell/inc/internal/thumbviewer.hxx')
-rw-r--r--shell/inc/internal/thumbviewer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/inc/internal/thumbviewer.hxx b/shell/inc/internal/thumbviewer.hxx
index 226ec945c404..64284768436b 100644
--- a/shell/inc/internal/thumbviewer.hxx
+++ b/shell/inc/internal/thumbviewer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: thumbviewer.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 14:24:28 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 07:59:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,11 +130,11 @@ private:
private:
long ref_count_;
- //char m_szFileName[MAX_PATH];
- std::string filename_;
+ std::wstring filename_;
SIZE thumbnail_size_;
DWORD color_depth_;
ULONG_PTR gdiplus_token_;
+ Gdiplus::Bitmap* signet_;
};
#endif