summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-27 13:07:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-27 15:38:58 +0000
commitdc3ef6db8865919c8c76599cc2abf0c1ecbacf24 (patch)
tree2ad2a69f34af94221f6108e9e444787654c451b0 /include
parent06b3ccf8069c6478634dc218eaad3f02ecbfbc85 (diff)
restore GetChild, etc. we will need them again
Change-Id: Ic6da34e58975d85c84ded96fa90873558589f54a
Diffstat (limited to 'include')
-rw-r--r--include/svx/AccessibleShapeTreeInfo.hxx6
-rw-r--r--include/svx/dlgctrl.hxx1
2 files changed, 7 insertions, 0 deletions
diff --git a/include/svx/AccessibleShapeTreeInfo.hxx b/include/svx/AccessibleShapeTreeInfo.hxx
index b316f105ea29..a6178f72cbfd 100644
--- a/include/svx/AccessibleShapeTreeInfo.hxx
+++ b/include/svx/AccessibleShapeTreeInfo.hxx
@@ -70,6 +70,12 @@ public:
void SetDocumentWindow (const ::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessibleComponent>& rxViewWindow);
+ /** Deprecated. Don't use this method.
+ */
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::accessibility::XAccessibleComponent>
+ GetDocumentWindow (void) const;
+
/** Deprecated. Use the correctly named SetModelBroadcaster method
instead.
*/
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 6cca020c3e19..829400f5d30d 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -198,6 +198,7 @@ public:
Color GetPixelColor() const { return aPixelColor; }
Color GetBackgroundColor() const { return aBackgroundColor; }
+ sal_uInt16 GetBitmapPixel( const sal_uInt16 nPixelNumber );
sal_uInt16* GetBitmapPixelPtr() { return pPixel; }
void SetPaintable( sal_Bool bTmp ) { bPaintable = bTmp; }