summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/templwin.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:36:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:36:36 +0000
commit1f9a77f7d230f647b9746f71bbb942f5bc4ac057 (patch)
tree77cd16f7650e4974e1fe97672e1f7393c58f67c1 /svtools/source/contnr/templwin.hxx
parente8dbad75183c198306b7592b52180fbb29ce9cd4 (diff)
INTEGRATION: CWS insight01 (1.26.140); FILE MERGED
2004/07/06 09:01:40 oj 1.26.140.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/07 13:59:28 oj 1.26.140.1: #111075# ongoing work
Diffstat (limited to 'svtools/source/contnr/templwin.hxx')
-rw-r--r--svtools/source/contnr/templwin.hxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/svtools/source/contnr/templwin.hxx b/svtools/source/contnr/templwin.hxx
index cd809f56bcec..49e0d32cc1ce 100644
--- a/svtools/source/contnr/templwin.hxx
+++ b/svtools/source/contnr/templwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templwin.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 16:33:54 $
+ * last change: $Author: hr $ $Date: 2004-08-02 14:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,6 +94,10 @@
namespace com{ namespace sun { namespace star { namespace awt { class XWindow; } } } };
namespace com{ namespace sun { namespace star { namespace frame { class XFrame; } } } };
namespace com{ namespace sun { namespace star { namespace io { class XPersist; } } } };
+namespace svtools
+{
+ class ODocumentInfoPreview;
+}
// class SvtDummyHeaderBar_Impl ------------------------------------------
@@ -224,11 +228,9 @@ public:
class SvtExtendedMultiLineEdit_Impl : public ExtMultiLineEdit
{
public:
- SvtExtendedMultiLineEdit_Impl( Window* pParent );
+ SvtExtendedMultiLineEdit_Impl( Window* pParent,WinBits _nBits );
inline ~SvtExtendedMultiLineEdit_Impl() {}
- virtual void Resize();
-
inline void Clear() { SetText( String() ); }
void InsertEntry( const String& rTitle, const String& rValue );
};
@@ -243,7 +245,8 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >
xWindow;
- SvtExtendedMultiLineEdit_Impl* pEditWin;
+ ::svtools::ODocumentInfoPreview*
+ pEditWin;
Window* pTextWin;
Window* pEmptyWin;
::com::sun::star::lang::Locale aLocale;