summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2008-12-02 09:46:56 +0000
committerRelease Engineers <releng@openoffice.org>2008-12-02 09:46:56 +0000
commit4be8fc104a9bb2e69f7281b5b1a9c84b50031458 (patch)
tree3c12426d4a7d05d1986fe27be511d42c1672d28e
parentf9328215a87999dc482c8b6f5521b3718562d8b0 (diff)
#i10000# private to public
-rw-r--r--svx/inc/svx/fmview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/fmview.hxx b/svx/inc/svx/fmview.hxx
index 854b68f3b4..11488b675a 100644
--- a/svx/inc/svx/fmview.hxx
+++ b/svx/inc/svx/fmview.hxx
@@ -155,11 +155,11 @@ public:
// #i94033# / 2008-10-16 / frank.schoenheit@sun.com
void onBeginCompleteRedraw();
void onEndCompleteRedraw();
+ SVX_DLLPRIVATE const OutputDevice* GetActualOutDev() const {return pActualOutDev;}
+ SVX_DLLPRIVATE sal_Bool checkUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource);
private:
- SVX_DLLPRIVATE const OutputDevice* GetActualOutDev() const {return pActualOutDev;}
SVX_DLLPRIVATE void AdjustMarks(const SdrMarkList& rMarkList);
- SVX_DLLPRIVATE sal_Bool checkUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource);
SVX_DLLPRIVATE FmFormObj* getMarkedGrid() const;
protected:
using E3dView::SetMoveOutside;