[Libreoffice-commits] core.git: Branch 'feature/fixes10' - sc/inc
László Németh
laszlo.nemeth at collabora.com
Tue Sep 15 08:59:38 PDT 2015
sc/inc/formulacell.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 76c90de3671f6fc6040b9dc618ff9890a2e1d726
Author: László Németh <laszlo.nemeth at collabora.com>
Date: Tue Sep 15 17:57:46 2015 +0200
sc: inlining NeedsInterpret() and IsDirtyOrInTableOpDirty()
Change-Id: Ieba9e33fefe05a2a11b8cf1349b7900375dd53ea
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 64ec06d..c017dbe 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -222,7 +222,7 @@ public:
void SetDirtyAfterLoad();
void ResetTableOpDirtyVar();
void SetTableOpDirty();
- bool IsDirtyOrInTableOpDirty() const;
+ inline bool IsDirtyOrInTableOpDirty() const;
bool GetDirty() const { return bDirty; }
void ResetDirty();
bool NeedsListening() const { return bNeedListening; }
@@ -390,7 +390,7 @@ public:
/** Determines whether or not the result string contains more than one paragraph */
bool IsMultilineResult();
- bool NeedsInterpret() const;
+ inline bool NeedsInterpret() const;
void MaybeInterpret();
More information about the Libreoffice-commits
mailing list