summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:33:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:33:52 +0000
commit28349b1cb56a97e8e178ad38cfd9df6ae1ab592e (patch)
treec655c8c13504363d67c3464cc8b298a8613cf777
parent5766dbba5abd23d7c62a4ec687fc77a34529402a (diff)
INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED
2005/11/18 14:29:37 gh 1.4.28.1: solaris warnings (some more)
-rw-r--r--basic/source/app/appedit.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/app/appedit.hxx b/basic/source/app/appedit.hxx
index b7b69336efa5..9781a7cb388e 100644
--- a/basic/source/app/appedit.hxx
+++ b/basic/source/app/appedit.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appedit.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:11:06 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:33:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,6 +46,8 @@
class BasicFrame;
class AppEdit : public AppWin { // Editor-Window:
+using Window::Scroll;
+
public:
ScrollBar *pVScroll;
ScrollBar *pHScroll;