diff options
author | Eike Rathke <erack@redhat.com> | 2015-08-10 15:10:09 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-08-10 15:20:02 +0200 |
commit | 711b34d590e659ed754f7c57b3b5eb12acfbbd78 (patch) | |
tree | 932e81dfa4fb7f8df528590d30001176aa1cb643 /chart2/source/controller/dialogs/DataBrowser.hxx | |
parent | 52be3fcbd960238b717a6487f0e19156825c8159 (diff) |
tdf#92997 obtain a date/time edit format according to field value
Bloody workaround hack for the fact that Chart does not handle
category/x-axis times internally and is not able to pass its own axis
numberformat to its own databrowser editor.
Change-Id: I016695ad0104366c0bb636b449a2014ade31aca3
Diffstat (limited to 'chart2/source/controller/dialogs/DataBrowser.hxx')
-rw-r--r-- | chart2/source/controller/dialogs/DataBrowser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.hxx b/chart2/source/controller/dialogs/DataBrowser.hxx index 79fee95ceca9..514b6973523b 100644 --- a/chart2/source/controller/dialogs/DataBrowser.hxx +++ b/chart2/source/controller/dialogs/DataBrowser.hxx @@ -86,7 +86,7 @@ public: */ double GetCellNumber( long nRow, sal_uInt16 nColumnId ) const; - bool isDateString( const OUString& aInputString, double& fOutDateValue ); + bool isDateTimeString( const OUString& aInputString, double& fOutDateTimeValue ); // Window virtual void Resize() SAL_OVERRIDE; |