summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/notemark.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-03-08 18:14:29 +0100
committerEike Rathke <erack@redhat.com>2017-03-08 18:15:01 +0100
commitf8056369f0da33ceedc18ffeea3448ad8c309f9d (patch)
tree0cca41f7828bdcf396a771f79648352b75d0db6d /sc/source/ui/inc/notemark.hxx
parent37376e6edf074112671616d855e770a44510ec54 (diff)
let ScNoteUtil::CreateTempCaption() return ScCaptionPtr
Change-Id: Idcb7fc24a13d650d88bec9ba359d7c78006096ec
Diffstat (limited to 'sc/source/ui/inc/notemark.hxx')
-rw-r--r--sc/source/ui/inc/notemark.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/notemark.hxx b/sc/source/ui/inc/notemark.hxx
index 2d83b8fe500e..b02bf812f623 100644
--- a/sc/source/ui/inc/notemark.hxx
+++ b/sc/source/ui/inc/notemark.hxx
@@ -24,9 +24,9 @@
#include <vcl/timer.hxx>
#include "global.hxx"
#include "address.hxx"
+#include "postit.hxx"
class SdrModel;
-class SdrObject;
class ScNoteMarker
{
@@ -46,7 +46,7 @@ private:
Rectangle aRect;
SdrModel* pModel;
- SdrObject* pObject;
+ ScCaptionPtr mxObject;
bool bVisible;
Point aGridOff;
DECL_LINK( TimeHdl, Timer*, void );